|
|
|
|
<% if 0 then %>
<% end if %>
<%
fp_sQry="SELECT ProductNumber, ProductDiameter, ProductLength, ProductHeight, ProductName, ProductDescription, ProductType, ImageName, PromotionEndDate, TodaysPrice, Percentage, FlatRate, Caption, Private1, Private2, RetailPrice, Format([RetailPrice], '$##,#00.00') As [Unit Price] FROM Products WHERE (Private1 LIKE '::Private1::' ) ORDER BY ProductNumber ASC, ProductDiameter ASC,ProductLength ASC, ProductHeight ASC"
fp_sDefault="Private1="
fp_sNoRecords="| No records returned. | "
fp_sDataConn="worthington"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=6
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice="ProductNumber"
fp_sMenuValue="ProductNumber"
fp_sColTypes="&ProductNumber=202&ProductDiameter=5&ProductLength=5&ProductHeight=5&ProductName=202&ProductDescription=202&ProductType=202&ImageName=202&PromotionEndDate=202&TodaysPrice=202&Percentage=202&FlatRate=202&Caption=202&Private1=202&Private2=202&RetailPrice=6&Unit Price=202&"
fp_iDisplayCols=17
fp_fCustomQuery=True
BOTID=0
fp_iRegion=BOTID
%>
<% if "" <> FP_FieldLink(fp_rs,"ImageName") then %>
| |
">
|
|
<%=FP_FieldVal(fp_rs,"ProductNumber")%>
-
<%=FP_FieldVal(fp_rs,"ProductName")%> |
|
|
Name: |
<%=FP_FieldVal(fp_rs,"ProductName")%> |
|
Ht.: |
<%=FP_FieldVal(fp_rs,"ProductHeight")%>" |
|
Length: |
<%=FP_FieldVal(fp_rs,"ProductLength")%>" |
|
Projection: |
<%=FP_FieldVal(fp_rs,"ProductDiameter")%>" |
|
Price: |
<%=FP_FieldVal(fp_rs,"Unit Price")%> |
|
Material: |
<%=FP_FieldVal(fp_rs,"ProductDescription")%> |
|
Details: |
<%=FP_FieldVal(fp_rs,"PromotionEndDate")%> |
|
|
<%=FP_FieldVal(fp_rs,"TodaysPrice")%> |
|
Maximum
opening: |
<%=FP_FieldVal(fp_rs,"Percentage")%> |
|
No.
of pieces: |
<%=FP_FieldVal(fp_rs,"FlatRate")%> |
|
Min.
hearth width: |
<%=FP_FieldVal(fp_rs,"TodaysPrice")%> |
|
|
|
|
|
<% if "" <> FP_FieldLink(fp_rs,"Private2") then %>
<% end if %>
|
|
<% end if %>
|
|
|
|
|